home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 106
/
EnigmaAmiga106CD.iso
/
dalla rivista...
/
samba
/
sambapm
/
kill.rx
< prev
next >
Wrap
Text File
|
1997-06-11
|
186b
|
15 lines
/*
sps.rexx
This program sends a "kill" command to the SambaPM
It forces SambaPM to kill the current job from the queue
*/
OPTIONS RESULTS
ADDRESS 'SPM.1'
JBKILL
EXIT 0